home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Adobe Air 1.5
/
AdobeAIRInstaller.exe
/
setup.swf
/
scripts
/
mx
/
controls
/
IFlexContextMenu.as
< prev
next >
Wrap
Text File
|
2008-10-29
|
283b
|
14 lines
package mx.controls
{
import flash.display.InteractiveObject;
public interface IFlexContextMenu
{
function setContextMenu(param1:InteractiveObject) : void;
function unsetContextMenu(param1:InteractiveObject) : void;
}
}